home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
tori
/
sharedi.cst
/
03067_Script_3067
< prev
next >
Wrap
Text File
|
1983-01-27
|
358b
|
14 lines
on curfinleva
starttimer
global cursprite
set cursprite to ""
repeat with nr=1 to 48
set var to string(the cursor of sprite nr )
if offset (",",var) then put "_" into char offset(",",var) of var
put var into item nr of cursprite
set the cursor of sprite nr to -1
end repeat
updatestage
put "timer"&&the timer
end